home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Utilities / BasiliskII / src / Unix / config.h.in < prev    next >
Encoding:
Text File  |  2001-05-31  |  4.7 KB  |  189 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define as __inline if that's what the C compiler calls it.  */
  7. #undef inline
  8.  
  9. /* Define if your C compiler doesn't accept -c and -o together.  */
  10. #undef NO_MINUS_C_MINUS_O
  11.  
  12. /* Define to `long' if <sys/types.h> doesn't define.  */
  13. #undef off_t
  14.  
  15. /* Define as the return type of signal handlers (int or void).  */
  16. #undef RETSIGTYPE
  17.  
  18. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  19. #undef size_t
  20.  
  21. /* Define if you have the ANSI C header files.  */
  22. #undef STDC_HEADERS
  23.  
  24. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  25. #undef TIME_WITH_SYS_TIME
  26.  
  27. /* Define if your <sys/time.h> declares struct tm.  */
  28. #undef TM_IN_SYS_TIME
  29.  
  30. /* Define if your processor stores words with the most significant
  31.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  32. #undef WORDS_BIGENDIAN
  33.  
  34. /* Define if the X Window System is missing or not being used.  */
  35. #undef X_DISPLAY_MISSING
  36.  
  37. /* Define to 'off_t' if <sys/types.h> doesn't define. */
  38. #undef loff_t
  39.  
  40. /* Define if using ESD. */
  41. #undef ENABLE_ESD
  42.  
  43. /* Define if using DGA with framebuffer device. */
  44. #undef ENABLE_FBDEV_DGA
  45.  
  46. /* Define if using GTK. */
  47. #undef ENABLE_GTK
  48.  
  49. /* Define if using "mon". */
  50. #undef ENABLE_MON
  51.  
  52. /* Define if using native 68k mode. */
  53. #undef ENABLE_NATIVE_M68K
  54.  
  55. /* Define if using XFree86 DGA extension. */
  56. #undef ENABLE_XF86_DGA
  57.  
  58. /* Define if using XFree86 VidMode extension. */
  59. #undef ENABLE_XF86_VIDMODE
  60.  
  61. /* Define if pthreads are available. */
  62. #undef HAVE_PTHREADS
  63.  
  64. /* Define if using video enabled on SEGV signals */
  65. #undef ENABLE_VOSF
  66.  
  67. /* Define if your system requires signals to be reinstalled */
  68. #undef SIGNAL_NEED_REINSTALL
  69.  
  70. /* Define if your system requires sigactions to be reinstalled */
  71. #undef SIGACTION_NEED_REINSTALL
  72.  
  73. /* Define if your system support extended signals */
  74. #undef HAVE_SIGINFO_T
  75.  
  76. /* Define if we know a hack to replace siginfo_t::si_addr member */
  77. #undef HAVE_SIGCONTEXT_SUBTERFUGE
  78.  
  79. /* The number of bytes in a int.  */
  80. #undef SIZEOF_INT
  81.  
  82. /* The number of bytes in a long.  */
  83. #undef SIZEOF_LONG
  84.  
  85. /* The number of bytes in a long long.  */
  86. #undef SIZEOF_LONG_LONG
  87.  
  88. /* The number of bytes in a short.  */
  89. #undef SIZEOF_SHORT
  90.  
  91. /* The number of bytes in a void *.  */
  92. #undef SIZEOF_VOID_P
  93.  
  94. /* Define if you have the atanh function.  */
  95. #undef HAVE_ATANH
  96.  
  97. /* Define if you have the cfmakeraw function.  */
  98. #undef HAVE_CFMAKERAW
  99.  
  100. /* Define if you have the clock_gettime function.  */
  101. #undef HAVE_CLOCK_GETTIME
  102.  
  103. /* Define if you have the feclearexcept function.  */
  104. #undef HAVE_FECLEAREXCEPT
  105.  
  106. /* Define if you have the fegetexceptflag function.  */
  107. #undef HAVE_FEGETEXCEPTFLAG
  108.  
  109. /* Define if you have the fegetround function.  */
  110. #undef HAVE_FEGETROUND
  111.  
  112. /* Define if you have the feraiseexcept function.  */
  113. #undef HAVE_FERAISEEXCEPT
  114.  
  115. /* Define if you have the fesetexceptflag function.  */
  116. #undef HAVE_FESETEXCEPTFLAG
  117.  
  118. /* Define if you have the fesetround function.  */
  119. #undef HAVE_FESETROUND
  120.  
  121. /* Define if you have the fetestexcept function.  */
  122. #undef HAVE_FETESTEXCEPT
  123.  
  124. /* Define if you have the isinf function.  */
  125. #undef HAVE_ISINF
  126.  
  127. /* Define if you have the isinfl function.  */
  128. #undef HAVE_ISINFL
  129.  
  130. /* Define if you have the isnan function.  */
  131. #undef HAVE_ISNAN
  132.  
  133. /* Define if you have the isnanl function.  */
  134. #undef HAVE_ISNANL
  135.  
  136. /* Define if you have the pthread_cancel function.  */
  137. #undef HAVE_PTHREAD_CANCEL
  138.  
  139. /* Define if you have the sem_init function.  */
  140. #undef HAVE_SEM_INIT
  141.  
  142. /* Define if you have the sigaction function.  */
  143. #undef HAVE_SIGACTION
  144.  
  145. /* Define if you have the signal function.  */
  146. #undef HAVE_SIGNAL
  147.  
  148. /* Define if you have the strdup function.  */
  149. #undef HAVE_STRDUP
  150.  
  151. /* Define if you have the timer_create function.  */
  152. #undef HAVE_TIMER_CREATE
  153.  
  154. /* Define if you have the <fcntl.h> header file.  */
  155. #undef HAVE_FCNTL_H
  156.  
  157. /* Define if you have the <fenv.h> header file.  */
  158. #undef HAVE_FENV_H
  159.  
  160. /* Define if you have the <history.h> header file.  */
  161. #undef HAVE_HISTORY_H
  162.  
  163. /* Define if you have the <readline.h> header file.  */
  164. #undef HAVE_READLINE_H
  165.  
  166. /* Define if you have the <readline/history.h> header file.  */
  167. #undef HAVE_READLINE_HISTORY_H
  168.  
  169. /* Define if you have the <readline/readline.h> header file.  */
  170. #undef HAVE_READLINE_READLINE_H
  171.  
  172. /* Define if you have the <sys/time.h> header file.  */
  173. #undef HAVE_SYS_TIME_H
  174.  
  175. /* Define if you have the <unistd.h> header file.  */
  176. #undef HAVE_UNISTD_H
  177.  
  178. /* Define if you have the posix4 library (-lposix4).  */
  179. #undef HAVE_LIBPOSIX4
  180.  
  181. /* Define if you have the pthread library (-lpthread).  */
  182. #undef HAVE_LIBPTHREAD
  183.  
  184. /* Define if you have the readline library (-lreadline).  */
  185. #undef HAVE_LIBREADLINE
  186.  
  187. /* Define if you have the termcap library (-ltermcap).  */
  188. #undef HAVE_LIBTERMCAP
  189.